home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cnews004.zip / FF.ZIP / READ.ME < prev   
Text File  |  1987-07-14  |  843b  |  31 lines

  1. This archive contains the source and object file for FF.EXE, a utility
  2. which searches a disk or subtree for files matching a filename.ext with
  3. wildcards.  Many options are supported, including specifying attributes
  4. required or excluded, date and time range, and file size range.  See
  5. FF.DOC for details.
  6.  
  7. This program is written in Microsoft C, version 4.0, and compiled using
  8. the small memory model.
  9.  
  10. Note that because of recursion, FF.EXE must be linked with a larger
  11. stack size than normal.  I have used
  12.  
  13.    link ff+findentr+dta /stack:48000
  14.  
  15. Earlier versions with a stackof only 16000 were tested searching over 16
  16. levels of directories.  I have not experimented to find the lower limit.
  17.  
  18. Files are:
  19.  
  20. FF.C
  21. FF.OBJ
  22. FF.EXE
  23. FF.DOC
  24. DOSTYPE.H
  25. DTA.C
  26. DTA.OBJ
  27. FINDENTR.C
  28. FINDENTR.OBJ
  29. MAIN.H
  30. READ.ME       (this file)
  31.